(generate-file-autoloads): Doc fix.
authorRoland McGrath <roland@gnu.org>
Thu, 8 Apr 1993 21:47:39 +0000 (21:47 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 8 Apr 1993 21:47:39 +0000 (21:47 +0000)
lisp/emacs-lisp/autoload.el

index 2b02f1f1e4140d2a1164ca6a2e26145f7009010f..d863435de3870f7dfbc91d61a4f832c94cb98599 100644 (file)
@@ -98,7 +98,7 @@ the section of autoloads for a file.")
 (defun generate-file-autoloads (file)
   "Insert at point a loaddefs autoload section for FILE.
 autoloads are generated for defuns and defmacros in FILE
-marked by `generate-autoload-regexp' (which see).
+marked by `generate-autoload-cookie' (which see).
 If FILE is being visited in a buffer, the contents of the buffer
 are used."
   (interactive "fGenerate autoloads for file: ")